-- card: 3714 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2753 -- name: MoveDialog XCMD -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=404 top=310 right=332 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show Answer ----- HyperTalk script ----- on mouseUp Answer "This is the current loc of the Answer" with "OK" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=6 top=75 right=341 bottom=122 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Move Answer ----- HyperTalk script ----- on mouseUp MoveDialog "Answer","the clickLoc" Answer ("You clicked at " & the clickLoc) with "OK" end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=404 top=285 right=307 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show Ask ----- HyperTalk script ----- on mouseUp Ask "This is the current loc of Ask" with "OK" end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=151 top=75 right=341 bottom=267 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Move Ask ----- HyperTalk script ----- on mouseUp MoveDialog "Ask","the clickLoc" Ask "You clicked at" with the clickLoc end mouseUp -- part contents for background part 26 ----- text ----- page 3 -- part contents for background part 25 ----- text ----- MoveDialog XCMD -- part contents for background part 30 ----- text ----- 353108